home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 12 / 0 / DISK1205.ZIP / IDCUTIL / IDCUTIL.EXE / IDCKILL.DOC < prev    next >
Text File  |  1989-03-07  |  4KB  |  130 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                         Documentation for IDCKILL.EXE
  7.  
  8.  
  9.  
  10.                                (ShareWare)
  11.  
  12.  
  13.  
  14.               Copyright (c) 1986,87,88,89 Infinity Design Concepts, Inc.
  15.                               all rights reserved
  16.  
  17.  
  18.  
  19.  
  20.                                Version 2.2
  21.  
  22.  
  23.         IDCKILL is a powerful utility useful for house cleaning
  24.         your harddisk, say, before a backup. The program prompts
  25.         for a wildcard filename mask. After entering the mask,
  26.         the program will expand the mask into a full filename
  27.         and redisplay this filename awaiting confirmation
  28.         from the user before proceeding. If you answer "Y" to
  29.         the "proceed" prompt, IDCKILL will delete every file
  30.         in every subdirectory that matches the mask that you
  31.         supplied.
  32.  
  33.         The program is primarily intended for use before a backup.
  34.         I get so aggravated during the backup when I see thirty
  35.         .BAK files go by, when I know that is just a waste of time
  36.         and disk space.
  37.  
  38.         An example.
  39.  
  40.             If you entered   *.BAK    as the mask, and then
  41.         answered "Y" to the proceed prompt, IDCKILL would delete
  42.         every file in every subdirectory on the    disk that has an
  43.         extension of BAK. Note also, that a drive designation may
  44.         be given.
  45.  
  46. WARNING:
  47.  
  48.         Entering    *.*   for the mask WILL DO JUST THAT. It
  49.         will CLEAN THE HARDDISK. Be very careful, it is a lot
  50.         easier to make this mistake than you think !
  51.  
  52.  
  53.  ==============================================================================
  54.                   OPTIONS
  55.  ==============================================================================
  56.  
  57. Help:
  58.  
  59.         You may get a brief summary of the IDCKILL commands by
  60.         entering IDCKILL /H
  61.  
  62.  
  63. Command line options:
  64.  
  65.         There are several ways to invoke IDCKILL. The command line
  66.         options and subsequent ErrorLevel codes allow batch file
  67.         execution of the program.
  68.  
  69. Normal mode,
  70.  
  71.             Enter IDCKILL alone and the program will come
  72.         up in normal mode, where you are required to enter and
  73.         confirm all information.
  74.  
  75. Filemask mode,
  76.  
  77.             Enter IDCKILL filemask. This option will start
  78.         IDCKILL and skip the prompt for a filemask. All operations
  79.         are displayed and require user confirmation before proceeding.
  80.         The filemask may contain a drive designation.
  81.  
  82. The [S] option,
  83.  
  84.             Enter IDCKILL filemask [S]. This mode will delete
  85.         all files on the disk in all subdirectories that match the
  86.         filemask. IDCKILL will display all of it's actions, but there
  87.         will be no verify prompt.
  88.  
  89. The [SV] option,
  90.  
  91.             Enter IDCKILL filemask [SV]. This option is the same
  92.         as the [S] option, except you must confirm before any deletions
  93.         take place.
  94.  
  95. The [A] option,
  96.  
  97.             Enter IDCKILL filemask [A]. This option will
  98.         completely automate IDCKILL. IDCKILL will NOT show its progress
  99.         and will NOT wait for confirmation, it simply proceeds with
  100.         the deletions, therefore you MUST make sure that your
  101.         command line syntax is correct the FIRST time !
  102.  
  103.  
  104.  
  105.             The following table summarizes the options and actions.
  106.  
  107.  
  108.     Ask for       Display    Verify    Autoexit   Command   Errorlevel
  109.     filename       progress    action            option    on exit
  110.     -------------------------------------------------------------------
  111.      YES         YES     YES      NO         NONE        0
  112.       NO         YES     YES      NO       filemask      1
  113.       NO         YES     YES     YES         [SV]        2
  114.       NO         YES      NO     YES         [S]         3
  115.       NO          NO      NO     YES         [A]         4
  116.  
  117.  
  118.  
  119. Errorlevel codes in addition to those shown above are,
  120.  
  121.         5 = DOS version below 2.0 (program requires 2.0 or above)
  122.         6 = Invalid filename on command line
  123.         7 = User aborted
  124.  
  125.  
  126.  
  127.            Copyright (c) 1986,87,88,89      Infinity Design Concepts, Inc.
  128.  
  129. EOF()
  130.